Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / executions / {executionId} / lower-priority

Path parameters:
realm - realm name (not id!)
executionId -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/authentication/executions/{executionId}/lower-priority 

Method Detail

POST /admin/realms/{realm}/authentication/executions/{executionId}/lower-priority

HTTP Example:
POST /admin/realms/{realm}/authentication/executions/{executionId}/lower-priority
API Example:

AuthenticationManagementResource.lowerPriority({'realm': /* name realm name (not id!) */,
  'executionId': …});

Output:
void

Keycloak REST Services 1.5.0-Final